home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2007 December
/
PCWKCD1207B.iso
/
Blogowanie poza sfera
/
Qumana 3.0.1
/
Qumana-3.0.1-en-qumana.exe
/
Qumana.exe
/
log4j.properties
< prev
next >
Wrap
Text File
|
2006-11-27
|
2KB
|
64 lines
### direct log messages to stdout ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1} - %m%n
### direct messages to file qumana.log ###
log4j.appender.file=org.apache.log4j.FileAppender
log4j.appender.file.File=qumana.log
log4j.appender.file.Append=false
log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1} - %m%n
### direct messages to file http.log ###
log4j.appender.http=org.apache.log4j.FileAppender
log4j.appender.http.File=qumana.http.log
log4j.appender.http.Append=false
log4j.appender.http.layout=org.apache.log4j.PatternLayout
log4j.appender.http.layout.ConversionPattern=%d{ABSOLUTE} - %m%n
log4j.rootLogger=warn, stdout
### HttpClient
### Full wire and context
#log4j.logger.httpclient.wire=DEBUG, http
#log4j.logger.org.apache.commons.httpclient=info, http
### set Qumana log levels ###
log4j.logger.com.qumana=debug, file
### set Hibernate log levels ###
log4j.logger.org.hibernate=warn, file
#log4j.logger.org.hibernate=debug
### log HQL query parser activity
#log4j.logger.org.hibernate.hql.ast.AST=debug
### log just the SQL
log4j.logger.org.hibernate.SQL=debug
### log JDBC bind parameters ###
#log4j.logger.org.hibernate.type=info
#log4j.logger.org.hibernate.type=debug
### log schema export/update ###
log4j.logger.org.hibernate.tool.hbm2ddl=debug
### log HQL parse trees
#log4j.logger.org.hibernate.hql=debug
### log cache activity ###
#log4j.logger.org.hibernate.cache=debug
### log transaction activity
#log4j.logger.org.hibernate.transaction=debug
### log JDBC resource acquisition
#log4j.logger.org.hibernate.jdbc=debug
### enable the following line if you want to track down connection ###
### leakages when using DriverManagerConnectionProvider ###
#log4j.logger.org.hibernate.connection.DriverManagerConnectionProvider=trace